File: spinmodule.dpatch

package info (click to toggle)
libggidemos 990518-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 648 kB
  • ctags: 310
  • sloc: ansic: 4,015; perl: 2,540; makefile: 17
file content (11 lines) | stat: -rw-r--r-- 365 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
--- libggidemos-990413.orig/subdemo.c
+++ libggidemos-990413/subdemo.c
@@ -159,7 +159,7 @@
 	/* Open the module silently fail if missing.
 	 */
 	modulemain=NULL;
-	spinner_dlhand=dlopen("./spinmodule.so",RTLD_NOW);
+	spinner_dlhand=dlopen("/usr/lib/ggi/demo/spinmodule.so",RTLD_NOW);
 	if (spinner_dlhand)
 		modulemain=dlsym(spinner_dlhand,"module_main");
 	else