Changeset 5459:478ff8791cb5 in roaraudio
- Timestamp:
- 03/30/12 15:19:56 (11 years ago)
- Branch:
- default
- Phase:
- public
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
include/roaraudio/error.h
r5381 r5459 125 125 #define ROAR_ERROR_SEEOTHER 103 /* See other resource */ 126 126 #define ROAR_ERROR_GONE 104 /* Resource gone */ 127 #define ROAR_ERROR_BADLICENSE 105 /* Bad License */ 127 128 128 129 #endif -
libroar/error.c
r5381 r5459 1063 1063 {ROAR_ERROR_SEEOTHER, "See other resource"}, 1064 1064 {ROAR_ERROR_GONE, "Resource gone"}, 1065 {ROAR_ERROR_BADLICENSE, "Bad License"}, 1065 1066 {-1, NULL} 1066 1067 }, msgs_funny[] = {
Note: See TracChangeset
for help on using the changeset viewer.