ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/misc.C
(Generate patch)

Comparing rxvt-unicode/src/misc.C (file contents):
Revision 1.52 by root, Sat Apr 26 03:37:18 2008 UTC vs.
Revision 1.53 by root, Sun Apr 26 01:59:53 2009 UTC

165 *p = 0; 165 *p = 0;
166 166
167 return r; 167 return r;
168} 168}
169 169
170char * 170const char *
171rxvt_basename (const char *str) NOTHROW 171rxvt_basename (const char *str) NOTHROW
172{ 172{
173 char *base = strrchr (str, '/'); 173 char *base = strrchr (str, '/');
174 174
175 return (char *) (base ? base + 1 : str); 175 return (char *) (base ? base + 1 : str);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines