stupid error

This commit is contained in:
Axel Kittenberger 2008-10-06 20:40:28 +00:00
parent be93533418
commit f29445ebba
1 changed files with 1 additions and 1 deletions

View File

@ -332,7 +332,7 @@ char *realdir(const char * dir)
return NULL;
}
strcat(cs, '/');
strcat(cs, "/");
return cs;
}