Skip to content
Snippets Groups Projects
Commit af466da9 authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

better with the type framboise!

parent ce9388e6
No related branches found
No related tags found
No related merge requests found
...@@ -663,7 +663,7 @@ int main(int argc, char const *const *argv,char const *const *envp) ...@@ -663,7 +663,7 @@ int main(int argc, char const *const *argv,char const *const *envp)
if (setenv("PATH", path, 1) == -1) sulogin("set initial PATH: ",path) ; if (setenv("PATH", path, 1) == -1) sulogin("set initial PATH: ",path) ;
/** create scandir */ /** create scandir */
{ {
ncatch = !catch_log ? 1 : 0 ; size_t ncatch = !catch_log ? 1 : 0 ;
size_t nargc = 6 + ncatch ; size_t nargc = 6 + ncatch ;
unsigned int m = 0 ; unsigned int m = 0 ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment