66c152c1f0
From: Jim Geovedi <jim@corebsd.or.id> with some assistance by yours truly.
15 lines
417 B
Plaintext
15 lines
417 B
Plaintext
$OpenBSD: patch-src_inc_c,v 1.3 2005/04/12 20:29:26 naddy Exp $
|
|
--- src/inc.c.orig Sun Apr 3 15:15:51 2005
|
|
+++ src/inc.c Sun Apr 3 15:16:10 2005
|
|
@@ -75,7 +75,9 @@ static GdkPixbuf *currentpix;
|
|
static GdkPixbuf *errorpix;
|
|
static GdkPixbuf *okpix;
|
|
|
|
-#define MSGBUFSIZE 8192
|
|
+#ifndef MSGBUFSIZE
|
|
+# define MSGBUFSIZE 8192
|
|
+#endif
|
|
|
|
static void inc_finished (MainWindow *mainwin,
|
|
gboolean new_messages);
|