X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fos.c;h=c8135f6626967c78ae5c4256187288cde0607d13;hb=191439ab6ffe1cad91825ae84286bf720370f863;hp=eba887b646889459937bee2f5c3b8e15976c4ecf;hpb=c158a5eb99cc6d8b0511bd51760456ba71314009;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