Changeset 5459:478ff8791cb5 in roaraudio


Ignore:
Timestamp:
03/30/12 15:19:56 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added new error code ROAR_ERROR_BADLICENSE

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • include/roaraudio/error.h

    r5381 r5459  
    125125#define ROAR_ERROR_SEEOTHER   103 /* See other resource */ 
    126126#define ROAR_ERROR_GONE       104 /* Resource gone */ 
     127#define ROAR_ERROR_BADLICENSE 105 /* Bad License */ 
    127128 
    128129#endif 
  • libroar/error.c

    r5381 r5459  
    10631063  {ROAR_ERROR_SEEOTHER,    "See other resource"}, 
    10641064  {ROAR_ERROR_GONE,        "Resource gone"}, 
     1065  {ROAR_ERROR_BADLICENSE,  "Bad License"}, 
    10651066  {-1, NULL} 
    10661067 }, msgs_funny[] = { 
Note: See TracChangeset for help on using the changeset viewer.