Changeset 100772 in vbox for trunk/include/iprt
- Timestamp:
- Aug 1, 2023 5:34:48 PM (20 months ago)
- svn:sync-xref-src-repo-rev:
- 158650
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/err.h
r100528 r100772 211 211 /** A numeric conversion encountered a value which was too big for the target. */ 212 212 #define VWRN_NUMBER_TOO_BIG 55 213 /** The number be ginconverted (string) contained no digits. */213 /** The number being converted (string) contained no digits. */ 214 214 #define VERR_NO_DIGITS (-56) 215 /** The number be ginconverted (string) contained no digits. */215 /** The number being converted (string) contained no digits. */ 216 216 #define VWRN_NO_DIGITS 56 217 217 /** Encountered a '-' during conversion to an unsigned value. */
Note:
See TracChangeset
for help on using the changeset viewer.