File: foo

package info (click to toggle)
allegro4 2%3A4.0.1-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 17,052 kB
  • ctags: 12,972
  • sloc: ansic: 109,525; asm: 16,672; cpp: 3,221; sh: 1,761; makefile: 556; pascal: 105; perl: 73
file content (11 lines) | stat: -rw-r--r-- 315 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
--- allegro4-4.0.0.orig/src/unix/umodules.c
+++ allegro4-4.0.0/src/unix/umodules.c
@@ -42,7 +42,7 @@
 /* where to look for modules.lst */
 static char *module_path[] =
 {
-   "/usr/local/lib/allegro/", "/usr/lib/allegro/", NULL
+   "/usr/lib/allegro4/", "/usr/local/lib/allegro/", "/usr/lib/allegro/", NULL
 };