Changeset 104438 in vbox
- Timestamp:
- Apr 25, 2024 7:54:41 PM (11 months ago)
- svn:sync-xref-src-repo-rev:
- 162942
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/ftp-server.cpp
r103117 r104438 2270 2270 if (RT_SUCCESS(rc)) 2271 2271 { 2272 if ((unsigned int)cArgs <= UINT8_MAX)2272 if ((unsigned int)cArgs <= (unsigned int)UINT8_MAX) 2273 2273 { 2274 2274 *pcArgs = (uint8_t)cArgs;
Note:
See TracChangeset
for help on using the changeset viewer.