diff options
| author | Mattias Andrée <maandree@kth.se> | 2017-01-09 18:00:15 +0100 |
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2017-01-09 18:00:15 +0100 |
| commit | 930a61412bc584ff6784e573042009d4e3f45fb6 (patch) | |
| tree | 2f0b4c78ee3feba2bf4b9d942c3dd0d6fd757128 /src/vu-image-to-frame.c | |
| parent | Fix errors and add makefile (diff) | |
| download | blind-930a61412bc584ff6784e573042009d4e3f45fb6.tar.gz blind-930a61412bc584ff6784e573042009d4e3f45fb6.tar.bz2 blind-930a61412bc584ff6784e573042009d4e3f45fb6.tar.xz | |
Fix warnings and add config.mk
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
| -rw-r--r-- | src/vu-image-to-frame.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vu-image-to-frame.c b/src/vu-image-to-frame.c index c4bc69b..ffa5b7f 100644 --- a/src/vu-image-to-frame.c +++ b/src/vu-image-to-frame.c @@ -115,6 +115,7 @@ main(int argc, char *argv[]) } } header_done: + n = ptr; if (!*width || !*height) eprintf("convertion failed\n"); |
