Changes between Initial Version and Version 1 of Ticket #18858, comment 2
- Timestamp:
- Mar 23, 2024, 10:46:51 AM (8 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18858, comment 2
initial v1 1 1 One other observation for now. Looking at the report, it looks like the line: 2 2 3 {{{ 3 4 const char *semicolon = strchr(rpath, ';'); 4 5 … … 20 21 + const char *firstList = (semicolon ? pathString : NULL); 21 22 + const char *secondList = (semicolon ? semicolon + 1 : pathString); 23 }}}