changeset 9960:faf9ccf3e0d5

[gaim-migrate @ 10868] and again committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Tue, 07 Sep 2004 02:36:09 +0000
parents b6a74cbfd182
children ff704c905239
files gaim-installer.nsi
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gaim-installer.nsi	Tue Sep 07 01:46:02 2004 +0000
+++ b/gaim-installer.nsi	Tue Sep 07 02:36:09 2004 +0000
@@ -795,7 +795,9 @@
     StrLen $2 $0
     ; IfFileExists "C:" on xp returns true and on win2k returns false
     ; So we're done in such a case..
-    StrCmp $2 "2" loop_done
+    IntCmp $2 2 loop_done
+    ; GetParent of "C:" returns ""
+    IntCmp $2 0 loop_done
     Goto Loop
 
   loop_done: