[Gnucash-changes] r12132 - gnucash/trunk - Don't chown() the
owner,
Christian Stimming
stimming at tuhh.de
Tue Dec 6 04:14:44 EST 2005
Chris Shoemaker schrieb:
> On Mon, Dec 05, 2005 at 03:39:35PM -0500, Christian Stimming wrote:
>
>> #if VFAT_DOESNT_SUCK /* chown always fails on vfat fs */
>>- g_free(tmp_name);
>>- return FALSE;
>>+ /* g_free(tmp_name);
>>+ return FALSE; */
>> #endif
>
>
> Is this your prediction that VFAT will never not suck? :)
No, my point is written just two lines ahead of these ones: A failed
chown doesn't mean that the saving itself failed. So don't abort with an
error here!
Christian
More information about the gnucash-devel
mailing list