projects
/
apps
/
madmutt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15d6314
)
oops :)
author
Pierre Habouzit
<madcoder@debian.org>
Sun, 3 Dec 2006 14:32:47 +0000
(15:32 +0100)
committer
Pierre Habouzit
<madcoder@debian.org>
Sun, 3 Dec 2006 14:32:47 +0000
(15:32 +0100)
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
lib-lib/str.c
patch
|
blob
|
history
diff --git
a/lib-lib/str.c
b/lib-lib/str.c
index
53f6ebb
..
c71c459
100644
(file)
--- a/
lib-lib/str.c
+++ b/
lib-lib/str.c
@@
-250,7
+250,7
@@
ssize_t m_strwidth (const char *s)
wc = '?';
default:
w += iswprint(wc) ? wcwidth(wc) : 1;
- pos
-
= nb;
+ pos
+
= nb;
}
}