projects
/
mutt
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1dc3ef7
)
Increase the size of ErrorBuf.
author
Thomas Roessler
<roessler@does-not-exist.org>
Tue, 15 Feb 2000 13:35:38 +0000
(13:35 +0000)
committer
Thomas Roessler
<roessler@does-not-exist.org>
Tue, 15 Feb 2000 13:35:38 +0000
(13:35 +0000)
globals.h
patch
|
blob
|
history
diff --git
a/globals.h
b/globals.h
index 81308c4090bf3dc75171779eda4eefbe71d75afe..b502fc07946c5a2ce2e78f06fe4129e0ea680d28 100644
(file)
--- a/
globals.h
+++ b/
globals.h
@@
-20,7
+20,7
@@
WHERE void (*mutt_error) (const char *, ...);
WHERE CONTEXT *Context;
-WHERE char Errorbuf[S
HORT_S
TRING];
+WHERE char Errorbuf[STRING];
#if defined(DL_STANDALONE) && defined(USE_DOTLOCK)
WHERE char *MuttDotlock;