Comment 3 for bug 240165

Revision history for this message
A. Walton (awalton) wrote :

Committed the patch for this upstream. Thanks for reporting!

2008-06-16 A. Walton <email address hidden>

 * libnautilus-private/nautilus-file.c
 (nautilus_file_get_permissions_as_string):
 Correct a typo in the permissions code:
 suid should test for S_ISUID instead of G_ISGID.
 Closes bug #538468.
 Patch by Marcel Stimberg.