[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
As noted on allegro.cc, the expackf seek test fails with different line
endings. So I added a first line to expackf.c and seek to there.
--
Elias Pschernig
Index: examples/expackf.c
===================================================================
RCS file: /cvsroot/alleg/allegro/examples/expackf.c,v
retrieving revision 1.2
diff -u -p -r1.2 expackf.c
--- examples/expackf.c 11 Apr 2005 13:01:15 -0000 1.2
+++ examples/expackf.c 21 Apr 2005 13:44:58 -0000
@@ -1,4 +1,7 @@
-/*
+/* Modified by -------------->Allegro<--------------
+ * (the first line is for the seek test), the "Modified by" is to
+ * silence genexample.py.
+ *
* Example program for the Allegro library, by Peter Wang and
* Elias Pschernig.
*