Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove useless length modifier 'l' in %l[efg] for printf.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Fri, 14 Feb 2014 15:37:47 +0000 (16:37 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Tue, 18 Feb 2014 13:34:34 +0000 (14:34 +0100)
commitb4b78f6684f68475ec9c7b63af21f733ff04a435
tree96628b5e5454c69731e398b9896caf08c0359c0d
parent65a82850aed70ea445e7015b31cf159fdc2de927
Remove useless length modifier 'l' in %l[efg] for printf.

It's indeed wrong in C90, and useless in C99.
contrib/benchmarking_code_block/bench.h
examples/msg/cloud/bound.c
src/msg/msg_vm.c
src/surf/cpu_interface.cpp
src/surf/cpu_ti.cpp
src/surf/maxmin.cpp
src/surf/network_cm02.cpp
src/surf/surf_c_bindings.cpp
src/surf/surf_interface.cpp
src/surf/vm_workstation_hl13.cpp