5bba1ec7dd
* fix PREFIX substitution * regen patches
20 lines
456 B
Plaintext
20 lines
456 B
Plaintext
$OpenBSD: patch-src_init_c,v 1.2 2007/05/30 22:33:11 naddy Exp $
|
|
--- src/init.c.orig Sun Dec 19 06:51:30 2004
|
|
+++ src/init.c Wed May 30 16:25:24 2007
|
|
@@ -1458,7 +1458,6 @@ choice strtoinfmt(Inputformat **ans, char *s, choice *
|
|
c++;
|
|
if (*c == 'S')
|
|
done = TRUE;
|
|
- c++;
|
|
}
|
|
}
|
|
if (!done) {
|
|
@@ -1469,7 +1468,6 @@ choice strtoinfmt(Inputformat **ans, char *s, choice *
|
|
c++;
|
|
if (*c == 's')
|
|
*c = 'S';
|
|
- c++;
|
|
}
|
|
}
|
|
}
|