return FALSE;
}
else {
+ *pstr = szBuf ;
return TRUE;
}
}
return FALSE;
}
else {
+ *pstr = szBuf ;
return TRUE;
}
}
// is it really nMagic?
lVal = GetPrivateProfileInt(m_strGroup, strKey, nMagic2, m_strLocalFilename);
- if ( lVal == nMagic ) {
+ if ( lVal == nMagic2 ) {
// the nMagic it returned was indeed read from the file
*pl = lVal;
return TRUE;