openbsd-ports/games/numptyphysics/patches/patch-OsFreeDesktop_cpp
dcoppa 3a96856ab4 Update to the latest svn snapshots:
numptyphysics -> 2010/09/16

npcomplete -> 2010/01/24

Kudos to sthen@ for mirroring the distfiles
2012-12-12 14:58:00 +00:00

14 lines
341 B
Plaintext

$OpenBSD: patch-OsFreeDesktop_cpp,v 1.1 2012/12/12 14:58:00 dcoppa Exp $
--- OsFreeDesktop.cpp.orig Thu Dec 6 11:18:40 2012
+++ OsFreeDesktop.cpp Thu Dec 6 11:19:23 2012
@@ -114,8 +114,8 @@ class OsFreeDesktop : public Os
private:
FILE *m_fifo;
char m_cmdBuffer[128];
- int m_cmdPos;
bool m_cmdReady;
+ int m_cmdPos;
};