]> git.sesse.net Git - vlc/commit
snapshot: fix format string portability
authorRémi Denis-Courmont <remi@remlab.net>
Sun, 1 Mar 2015 09:52:46 +0000 (11:52 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Sun, 1 Mar 2015 09:52:46 +0000 (11:52 +0200)
commitab8b6a88654fbe8c0b0664678c07a8191de16bac
treee44c3c4a2421b9d2f109eed8ced01f4011b29b10
parentd7f4d076ecfda360fb52f6dea424839e1359becc
snapshot: fix format string portability

We cannot assume that timeval.tv_usec (i.e. suseconds_t) is long.

Reported-by: Ian Chamberlain <ian.h.chamberlain@gmail.com>
src/video_output/snapshot.c