Changes between Initial Version and Version 1 of Ticket #54720, comment 9


Ignore:
Timestamp:
Sep 6, 2017, 8:17:43 AM (7 years ago)
Author:
l2dy (Zero King)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54720, comment 9

    initial v1  
    33
    44Exactly what I was about to say. Value of `*s_end` would change with the patch.
     5
     6Edit: `++` take precedence over `*`, so `s_end` is effectively not used later.