Changeset 5184:ad300180eb6f in roaraudio for libroar/error.c


Ignore:
Timestamp:
10/22/11 18:21:47 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

updated error handling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/error.c

    r5183 r5184  
    920920  {ROAR_ERROR_NONE,        "No error"}, 
    921921  {ROAR_ERROR_PERM,        "Operation not permitted"}, 
    922   {ROAR_ERROR_NOENT,       "No such object, file or directory"}, 
     922  {ROAR_ERROR_NOENT,       "No such object, file, directory or node"}, 
    923923  {ROAR_ERROR_BADMSG,      "Bad message"}, 
    924924  {ROAR_ERROR_BUSY,        "Device or resource busy"}, 
Note: See TracChangeset for help on using the changeset viewer.