mirror of
https://github.com/preble/libpinproc
synced 2026-02-24 18:25:23 +01:00
pinprocfw: always print an error if file parsing fails
This commit is contained in:
@@ -2302,6 +2302,7 @@ int main( int argc, char** argv )
|
|||||||
processP3ROCFile();
|
processP3ROCFile();
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
fprintf(stderr, "Failed to parse file.\n");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
// Destroy the P-ROC device handle created by openPROC()
|
// Destroy the P-ROC device handle created by openPROC()
|
||||||
|
|||||||
Reference in New Issue
Block a user