Re: [PATCH] odbccp32: Implement SQLGetPrivateProfileStringW/SQLGetPrivateProfileString (try 2)
8 Nov
2015
8 Nov
'15
8:18 p.m.
On 08.11.2015 13:09, Alistair Leslie-Hughes wrote:
+ ret = RegOpenKeyW(hkeyfilename, section, &hkeysection); + RegCloseKey(hkeyfilename); + + return hkeysection;
I didn't mean that you need to remove error handling completely, last return in previous iteration 'return ret ? ...' was fine.
3778
Age (days ago)
3778
Last active (days ago)
0 comments
1 participants
participants (1)
-
Nikolay Sivov