projects
/
am-utils-6.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ddd090d
)
comment space
author
Erez Zadok
<ezk@cs.sunysb.edu>
Mon, 26 Sep 2005 06:02:56 +0000
(06:02 +0000)
committer
Erez Zadok
<ezk@cs.sunysb.edu>
Mon, 26 Sep 2005 06:02:56 +0000
(06:02 +0000)
libamu/strutil.c
patch
|
blob
|
history
diff --git
a/libamu/strutil.c
b/libamu/strutil.c
index 8f2c4ee94c02d5a6e72e2276b23e36f1c3cd3daf..c2d0bc71d82e4543f891fc9378b0cc5e9a4a0236 100644
(file)
--- a/
libamu/strutil.c
+++ b/
libamu/strutil.c
@@
-84,7
+84,7
@@
str3cat(char *p, char *s1, char *s2, char *s3)
/*
* Use generic strlcpy to copy a string more carefully, null-terminating it
- * as needed. However, if the copied string
was truncated due to lack of
+ * as needed. However, if the copied string was truncated due to lack of
* space, then warn us.
*
* For now, xstrlcpy returns VOID because it doesn't look like anywhere in