Changeset 6753 for branches/refactor/ARBDB/adstring.cxx
- Timestamp:
- 03/09/10 22:37:23 (21 months ago)
- Files:
-
- 1 modified
-
branches/refactor/ARBDB/adstring.cxx (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/refactor/ARBDB/adstring.cxx
r6746 r6753 73 73 74 74 GB_ERROR GB_export_errorf(const char *templat, ...) { 75 // goes to header: __ATTR__FORMAT(1) __ATTR__DEPRECATED 75 /* goes to header: 76 * __ATTR__FORMAT(1) 77 * __ATTR__DEPRECATED 78 * because it's misused (where GBS_global_string should be used) 79 * old functionality will remain available via 'GB_export_error(GBS_global_string(...))' 80 */ 76 81 77 82 char buffer[GBS_GLOBAL_STRING_SIZE];
