Got the array sizes backwards.

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@54 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
Joshua Kwan 2004-01-03 20:38:05 +00:00
parent 947c8749ee
commit 0edb13302e

View 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);