mirror of
https://github.com/paxed/dgamelaunch.git
synced 2025-07-27 15:44:27 +02:00
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:
parent
947c8749ee
commit
0edb13302e
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user