Changeset 226a654 in mainline for test/print/print1/test.c


Ignore:
Timestamp:
2006-03-17T09:57:42Z (19 years ago)
Author:
Josef Cejka <malyzelenyhnus@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5a7d9d1
Parents:
8a0b0669
Message:

Printf correctly handle NULL pointer as parameter to %s option.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/print/print1/test.c

    r8a0b0669 r226a654  
    3838        printf(" W  %W  %w \n",0x0123 ,0x0123);   
    3939        printf(" B  %B  %b \n",0x01 ,0x01);
     40        printf(" Print to NULL '%s'\n",NULL);
    4041        return;
    4142}
Note: See TracChangeset for help on using the changeset viewer.