1
1
This commit was SVN r5574.
Этот коммит содержится в:
Tim Woodall 2005-05-02 16:51:01 +00:00
родитель 8c8c3eb86e
Коммит 5c9f4c75d1

Просмотреть файл

@ -95,7 +95,7 @@ typedef struct {
/* define a print format to handle the variations in size_t */
#if SIZEOF_SIZE_T == SIZEOF_INT
#define ORTE_SIZE_T_PRINTF "%u"
#elif SIZEOF_SIZE_T == SIZE_OF_LONG
#elif SIZEOF_SIZE_T == SIZEOF_LONG
#define ORTE_SIZE_T_PRINTF "%lu"
#endif