Project

General

Profile

Actions

Bug #777

closed

incorrect printf format

Added by Mathieu Desnoyers almost 10 years ago. Updated almost 10 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Target version:
Start date:
04/07/2014
Due date:
% Done:

100%

Estimated time:

Description

17:16 < Compudj> utils.c: In function 'utils_get_current_time_str':
17:16 < Compudj> utils.c:876:3: warning: format '%lu' expects argument of type
'long unsigned int', but argument 5 has type 'size_t'
[-Wformat]
17:16 < Compudj> utils.c:876:3: warning: format '%lu' expects argument of type
'long unsigned int', but argument 5 has type 'size_t'
[-Wformat]
17:16 < Compudj> utils.c:876:3: warning: format '%lu' expects argument of type
'long unsigned int', but argument 5 has type 'size_t'
[-Wformat]
17:16 < Compudj> utils.c:876:3: warning: format '%lu' expects argument of type
'long unsigned int', but argument 5 has type 'size_t'
[-Wformat]
17:16 < Compudj> see src/common/utils.c
17:16 < Compudj> utils_get_current_time_str
17:16 < Compudj> should change %lu -> %zu

Actions

Also available in: Atom PDF