Changeset 1608:41f671214d02 in roaraudio for libroarpulse


Ignore:
Timestamp:
04/20/09 19:44:21 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added comments about stupid API change...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroarpulse/util.c

    r706 r1608  
    5757/** Return a pointer to the filename inside a path (which is the last 
    5858 * component). */ 
     59// sime versioss declare this as const char * f(...) 
     60// and newer(?) versions as char * f(...)... 
    5961const char *pa_path_get_filename(const char *p) { 
    6062 char * r; 
Note: See TracChangeset for help on using the changeset viewer.