We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a595e4f commit 1bf3798Copy full SHA for 1bf3798
sources/parallel.c
@@ -1971,7 +1971,8 @@ int PF_Init(int *argc, char ***argv)
1971
PF.numsbufs = 2; /* might be changed by the environment variable on the master ! */
1972
PF.numrbufs = 2; /* might be changed by the environment variable on the master ! */
1973
1974
- PF_LibInit(argc,argv);
+ int ret = PF_LibInit(argc,argv);
1975
+ if (ret) { return ret; }
1976
PF_RealTime(PF_RESET);
1977
1978
PF.log = 0;
0 commit comments