Update UsingStrcpyAsBoolean.cpp

This commit is contained in:
Raul Garcia
2019-01-02 17:33:28 -08:00
committed by GitHub
parent 28932e85d9
commit e7bc3e6c0d

View File

@@ -1,4 +1,4 @@
if(strcpy(szbuf1, "Manager") == 0) // most likely strcmp was intended instead of strcpy
{
// ...
}
}