projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88d0e76
)
Added a note about formataddr(), because this had confused me.
author
markus schnalke
<meillo@marmaro.de>
Thu, 9 Feb 2012 15:14:46 +0000
(16:14 +0100)
committer
markus schnalke
<meillo@marmaro.de>
Thu, 9 Feb 2012 15:14:46 +0000
(16:14 +0100)
uip/replsbr.c
patch
|
blob
|
history
diff --git
a/uip/replsbr.c
b/uip/replsbr.c
index
852becd
..
624ffd6
100644
(file)
--- a/
uip/replsbr.c
+++ b/
uip/replsbr.c
@@
-308,6
+308,9
@@
static unsigned int bufsiz=0; /* current size of buf */
** We try to not do a lot of malloc/copy/free's (which is why we
** don't call "getcpy") but still place no upper limit on the
** length of the result string.
+**
+** This routine is an override for the equally named one in sbr/fmt_addr.c.
+** Don't delete it!
*/
char *
formataddr(char *orig, char *str)