ENH: Some systems do not handle spaces in the path
This commit is contained in:
parent
4dd97ff97f
commit
1061101745
|
@ -17,6 +17,6 @@ int main ()
|
|||
printf("Problem with lib2\n");
|
||||
return 1;
|
||||
}
|
||||
printf("Foo: %s\n", foo);
|
||||
printf("The value of Foo: %s\n", foo);
|
||||
return SomeFunctionInFoo()-5;
|
||||
}
|
||||
|
|
|
@ -17,6 +17,6 @@ int main ()
|
|||
printf("Problem with lib2\n");
|
||||
return 1;
|
||||
}
|
||||
printf("Foo: %s\n", foo);
|
||||
printf("The value of Foo: %s\n", foo);
|
||||
return SomeFunctionInFoo()-5;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue