search for: szfilepath

Displaying 2 results from an estimated 2 matches for "szfilepath".

Did you mean: filepath
2003 Aug 25
3
mem leak when writing ogg vorbis comments
...ent. FYI, this software is used to put music on an Ogg-Vorbis enabled hardware project (PhatNoise PhatBox). It also does ripping and Ogg-Vorbis encoding. :) Thanks! Here's the code. I tried to get rid of as much superfluous code as possible. BOOL CHeaderInfoOGGBASIC::WriteFileTag(CString szFilePath) { vcedit_state *state; vorbis_comment *pvcin; FILE * in=NULL, *out=NULL; char *buf=new char[1024]; // Read the initial tag in = fopen(szFilePath, "rb"); if (in == NULL) { // ... handle the failure case...
2007 Nov 30
0
Wine release 0.9.50
...eturned by ready_media. msi: Don't check for a cabinet's existence if it's embedded in the package. msi: Check the cabinet's full path for existence, not just the cabinet name. msi: Add tests for MsiGetFileHash and clean up the existing tests. msi: Verify the szFilePath parameter of MsiGetFileHash. msi: Set the file contents of the file hash test file explicitly. msi: Check the destination file's hash and skip that file if the hash matches. msi: Only check the volume label if it's different than the first media's volume label. m...