X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fos.c;fp=lib%2Fos.c;h=c8135f6626967c78ae5c4256187288cde0607d13;hb=c516d8e596f5d4c6960b2af1f4b45bf5f08fe5b4;hp=eba887b646889459937bee2f5c3b8e15976c4ecf;hpb=33a5595bc732637a910b85db62e71c2d9a1599c5;p=swftools.git diff --git a/lib/os.c b/lib/os.c index eba887b..c8135f6 100755 --- a/lib/os.c +++ b/lib/os.c @@ -101,7 +101,7 @@ char* getInstallationPath() if(path) return path; else - return "C:\\swftools"; + return 0; #elif defined(CYGWIN) return SWFTOOLS_DATADIR; #else