Skip to content
  • zxuiji's avatar
    In the process of bug fixing I simplified/changed a number of things, · c5c1db96
    zxuiji authored
    currently I'm trying to find the cause of a printf related bug, for
    example pawPrintf( PAWHHC_C("%80c\n"), '=' ) should produce a line like
    this:
    ================================================================================
    But instead produces this:
    =
    I use it later to divide up details in the output so that they're
    easier to distinguish, particularly in loops
    c5c1db96