]> diplodocus.org Git - nmh/blobdiff - uip/replsbr.c
Use va_copy() to get a copy of va_list, instead of using original.
[nmh] / uip / replsbr.c
index 4a45392567db63167960ed2120a296d0ab130c1a..2f26c373139d277cf2653a22219091be768fa6e2 100644 (file)
@@ -484,9 +484,9 @@ replfilter (FILE *in, FILE *out, char *filter, int fmtproc)
 }
 
 
 }
 
 
-static
-char *
-fix_addresses (char *str) {
+static char *
+fix_addresses (char *str)
+{
     char *fixed_str = NULL;
     bool fixed_address = false;
 
     char *fixed_str = NULL;
     bool fixed_address = false;