13 lines
420 B
Text
13 lines
420 B
Text
$NetBSD: patch-ab,v 1.1 2006/03/06 14:26:17 joerg Exp $
|
|
|
|
--- splt.h.orig 2006-03-06 15:13:08.000000000 +0100
|
|
+++ splt.h
|
|
@@ -93,7 +93,7 @@ char *zero_pad (char *s, char *out, int
|
|
|
|
char *zero_pad_float (float f, char *out);
|
|
|
|
-int parse_outformat(char *s, char format[][], int cddboption);
|
|
+int parse_outformat(char *s, char format[OUTNUM][MAXOLEN], int cddboption);
|
|
|
|
unsigned char *cleanstring (unsigned char *s);
|
|
|