Sync with trunk revision 63128.
[reactos.git] / base / shell / cmd / alias.c
index 4c71d37..ac5129a 100644 (file)
@@ -58,7 +58,7 @@ PrintAlias (VOID)
     DWORD len;
 
     len = GetConsoleAliasesLength(_T("cmd.exe"));
-    if (len <= 0)
+    if (len == 0)
         return;
 
     /* allocate memory for an extra \0 char to make parsing easier */