Skip to content
Snippets Groups Projects
Commit c12d9fb6 authored by François Cartegnie's avatar François Cartegnie :fingers_crossed:
Browse files

vlc_codec: show leading zeros in GUID_FMT

parent b69b561b
No related branches found
No related tags found
No related merge requests found
......@@ -476,7 +476,7 @@ static inline int guidcmp( const GUID *s1, const GUID *s2 )
return( s1->Data1 == s2->Data1 && guidcmpbase( s1, s2 ) );
}
#define GUID_FMT "0x%x-0x%x-0x%x-0x%2.2x%2.2x%2.2x%2.2x%2.2x%2.2x%2.2x%2.2x"
#define GUID_FMT "0x%8.8x-0x%4.4x-0x%4.4x-0x%2.2x%2.2x%2.2x%2.2x%2.2x%2.2x%2.2x%2.2x"
#define GUID_PRINT( guid ) \
(unsigned)(guid).Data1, \
(guid).Data2, \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment