]> skyeroc.xyz Git - dgamelaunch/commitdiff
Got the array sizes backwards.
authorJoshua Kwan <joshk@triplehelix.org>
Sat, 3 Jan 2004 20:38:05 +0000 (20:38 +0000)
committerJoshua Kwan <joshk@triplehelix.org>
Sat, 3 Jan 2004 20:38:05 +0000 (20:38 +0000)
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@54 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

nh343-simple_mail.diff

index 5cb0b34ec6a200b7e067f2120d7f1d99feb0ab00..084d92a87089962d2268e048544c865c50360904 100644 (file)
@@ -6,7 +6,7 @@
  {
 +#  ifdef SIMPLE_MAIL
 +  FILE* mb = fopen(mailbox, "r");
-+  char curline[93], from[20], buf[80], *tmp;
++  char curline[80], from[20], buf[93], *tmp;
 +
 +  /* for use with strtok*/
 +  strcpy(curline, buf);