pkgsrc/games/xdoom/patches/patch-am
wiz 5ea5107654 Re-add xdoom, requested by drochner.
Address PR 24024 by marking it as not-for-lp64platforms.
2010-02-22 21:58:47 +00:00

13 lines
410 B
Text

$NetBSD: patch-am,v 1.3 2010/02/22 21:58:47 wiz Exp $
--- linuxdoom-1.10/m_menu.c.orig Mon Dec 22 20:42:21 1997
+++ linuxdoom-1.10/m_menu.c Thu Feb 3 01:33:53 2000
@@ -529,7 +529,7 @@
LoadMenu[i].status = 0;
continue;
}
- count = read (handle, &savegamestrings[i], SAVESTRINGSIZE);
+ count = read (handle, savegamestrings[i], SAVESTRINGSIZE);
close (handle);
LoadMenu[i].status = 1;
}