Changes between Initial Version and Version 1 of Ticket #3640, comment 8


Ignore:
Timestamp:
Dec 13, 2015, 5:40:15 PM (8 years ago)
Author:
wraitii

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3640, comment 8

    initial v1  
    11Attached the same patch as above, but removed the whitespace changes (technically those followed the file style, but changes for the sake of changes is not something we do usually).
     2
     3Fixed (somewhat bluntly) a potential non-null-terminated string issue.
    24
    35Removed "auto" and used a range-based for loop. Unsure about the use of std::function, if there is a more elegant solution I'll take it.