mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-26 22:31:05 +00:00
bah, forgot the important part of that fix :P
This commit is contained in:
parent
6e0c70cac7
commit
91d6607793
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@ PLItem read_plist (void)
|
|||
file = QFS_OpenFile ("menu.plist");
|
||||
plist_data = str_new ();
|
||||
while ((l = Qgetline (file)))
|
||||
plist_data += l;
|
||||
str_cat (plist_data, l);
|
||||
Qclose (file);
|
||||
plist = [PLItem newFromString:plist_data];
|
||||
str_free (plist_data);
|
||||
|
|
Loading…
Reference in a new issue