pkgsrc/games/wxhugo/patches/patch-ab
dillo 1c5d0d6255 import wxhugo 3.0.07:
An interpreter for Hugo interactive fiction, with support for
graphics and sound.
2004-05-22 23:35:38 +00:00

13 lines
329 B
Text

$NetBSD: patch-ab,v 1.1.1.1 2004/05/22 23:35:39 dillo Exp $
--- hewx.h.orig Fri Jan 24 21:04:46 2003
+++ hewx.h
@@ -133,7 +133,7 @@ inline double MyMilliseconds(void)
#else
inline double MyMilliseconds(void)
{
- return (double)(clock()/(CLOCKS_PER_SEC/1000));
+ return (double)(clock()/(CLOCKS_PER_SEC/1000.));
}
#endif