Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/interpose.cfa

    r45d1ab9 r4db0140  
    1010// Created On       : Wed Mar 29 16:10:31 2017
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Fri Jan 19 16:47:35 2024
    13 // Update Count     : 219
     12// Last Modified On : Sun Jul 28 08:54:31 2024
     13// Update Count     : 220
    1414//
    1515
     
    264264        }
    265265
    266         int len = snprintf( abort_text, abort_text_size, "Cforall Runtime error (UNIX pid:%ld) ", (long int)getpid() ); // use UNIX pid (versus getPid)
     266        int len = snprintf( abort_text, abort_text_size, "Cforall Runtime error (UNIX pid:%ld): ", (long int)getpid() ); // use UNIX pid (versus getPid)
    267267        __cfaabi_bits_write( STDERR_FILENO, abort_text, len );
    268268
Note: See TracChangeset for help on using the changeset viewer.