[TSVN] Revision 3817: fwrite/fread usage
From: Norbert Unterberg <nunterberg_at_gmail.com>
Date: 2005-07-01 23:26:34 CEST
Steve,
Just a small note on changeset 3817:
if (!fread(m_sOwner.GetBuffer(value), sizeof(char), value, pFile))
should be something like
if (fread(m_sOwner.GetBuffer(value), sizeof(char), value, pFile) != value)
Norbert
---------------------------------------------------------------------
|
This is an archived mail posted to the TortoiseSVN Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.