- Timestamp:
- Jun 22, 2012 12:13:12 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageBandwidthControl.cpp
r41883 r41884 51 51 * @param pLimit Where to store the result. 52 52 */ 53 static const char *parseLimit(const char *pcszLimit, LONG64*pLimit)53 static const char *parseLimit(const char *pcszLimit, int64_t *pLimit) 54 54 { 55 55 int iMultiplier = _1M;
Note:
See TracChangeset
for help on using the changeset viewer.