Changeset 99373 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Apr 11, 2023 2:51:48 PM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/ftp-server.cpp
r98103 r99373 2268 2268 /** @todo Check if quoting is correct. */ 2269 2269 2270 int cArgs = 0;2270 signed int cArgs = 0; 2271 2271 int rc = RTGetOptArgvFromString(ppapszArgs, &cArgs, pszCmdParms, RTGETOPTARGV_CNV_QUOTE_MS_CRT, " " /* Separators */); 2272 2272 if (RT_SUCCESS(rc))
Note:
See TracChangeset
for help on using the changeset viewer.