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.15 by root, Sun Aug 15 04:54:21 2004 UTC vs.
Revision 1.16 by root, Sun Nov 21 19:04:07 2004 UTC

320 s = ++t; 320 s = ++t;
321 } 321 }
322 return ret; 322 return ret;
323} 323}
324 324
325void
326rxvt_freecommastring (char **cs)
327{
328 for (int i = 0; cs[i]; ++i)
329 free (cs[i]);
330
331 free (cs);
332}
333
325/*----------------------------------------------------------------------* 334/*----------------------------------------------------------------------*
326 * file searching 335 * file searching
327 */ 336 */
328 337
329/* #define DEBUG_SEARCH_PATH */ 338/* #define DEBUG_SEARCH_PATH */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines