Win64 updates.

committer: mfx <mfx> 1060086924 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2003-08-05 12:35:24 +00:00
parent 5125f4d4ac
commit 9e154e33c3
10 changed files with 114 additions and 13 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ void PackLinuxI386sh::patchLoader() { }
bool PackLinuxI386sh::getShellName(char *buf)
{
exetype = -1;
l_shname = strcspn(buf, " \t\n\v\f\r");
l_shname = (int) strcspn(buf, " \t\n\v\f\r");
buf[l_shname] = 0;
static char const *const shname[] = { // known shells that accept "-c" arg
"ash", "bash", "bsh", "csh", "ksh", "pdksh", "sh", "tcsh", "zsh",