misc/libphysfs/platform_posix.c
branchsdl2transition
changeset 11342 ed5a6478e710
parent 10017 de822cd3df3a
child 12218 bb5522e88ab2
equal deleted inserted replaced
11340:31570b766315 11342:ed5a6478e710
    81                 retval[dlen] = '/';
    81                 retval[dlen] = '/';
    82                 retval[dlen+1] = '\0';
    82                 retval[dlen+1] = '\0';
    83             } /* if */
    83             } /* if */
    84         } /* if */
    84         } /* if */
    85     } /* if */
    85     } /* if */
    86     
    86 
    87     return retval;
    87     return retval;
    88 } /* getUserDirByUID */
    88 } /* getUserDirByUID */
    89 
    89 
    90 
    90 
    91 char *__PHYSFS_platformCalcUserDir(void)
    91 char *__PHYSFS_platformCalcUserDir(void)