Changes between Initial Version and Version 1 of Ticket #18858, comment 2


Ignore:
Timestamp:
Mar 23, 2024, 10:46:51 AM (8 months ago)
Author:
bolsen

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18858, comment 2

    initial v1  
    11One other observation for now. Looking at the report, it looks like the line:
    22
     3{{{
    34const char *semicolon = strchr(rpath, ';');
    45
     
    2021+               const char *firstList = (semicolon ? pathString : NULL);
    2122+               const char *secondList = (semicolon ? semicolon + 1 : pathString);
     23}}}