Catch situations where currentframe() returns None. See SF patch #1447410, this is...
[python.git] / RISCOS / Python / getcwd_riscos.c
blob0239e6ef74293a79270bc4a31ed754686600a3fa
1 char *getcwd(char *buf, int size)
3 buf[0] = '\0';
4 return buf;