Use FileGetString instead of ReadFile, because ReadFile doesn't return a null termina...
[reactos.git] / reactos / subsys / system / cmd / free.c
index 3514ca6..2eba7d1 100644 (file)
@@ -11,7 +11,7 @@
  *        Remove all hardcode string to En.rc
  */
 
-#include "precomp.h"
+#include <precomp.h>
 #include "resource.h"
 
 #ifdef INCLUDE_CMD_FREE
@@ -135,7 +135,7 @@ INT CommandFree (LPTSTR cmd, LPTSTR param)
 
        if (!_tcsncmp (param, _T("/?"), 2))
        {
-               ConOutResPuts(STRING_FREE_HELP2);
+               ConOutResPaging(TRUE,STRING_FREE_HELP2);
                return 0;
        }