We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6c54eeb + 2d3743e commit 5d48a20Copy full SHA for 5d48a20
src/main/c/src/SerialImp.c
@@ -5835,7 +5835,7 @@ int check_group_uucp()
5835
strcat(testLockAbsFileName, testLockFileDirName);
5836
strcat(testLockAbsFileName, "/");
5837
strcat(testLockAbsFileName, testLockFileName);
5838
- if ( 0 == mkstemp(testLockAbsFileName) )
+ if ( 0 == strlen(mktemp(testLockAbsFileName)) )
5839
{
5840
free(testLockAbsFileName);
5841
report_error("check_group_uucp(): mktemp malformed string - \
0 commit comments