| # | Line 5 | Line 5 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 5 | * flip picture file horizontally and/or vertically | |
| 6 | */ | |
| 7 | ||
| 8 | < | #include <stdio.h> |
| 9 | < | #include <time.h> |
| 10 | < | #include <string.h> |
| 11 | < | |
| 8 | > | #include "rtio.h" |
| 9 | #include "platform.h" | |
| 10 | #include "color.h" | |
| 11 | #include "resolu.h" | |
| # | Line 55 | Line 52 | main( | |
| 52 | char *argv[] | |
| 53 | ) | |
| 54 | { | |
| 55 | < | static char picfmt[LPICFMT+1] = PICFMT; |
| 55 | > | static char picfmt[MAXFMTLEN] = PICFMT; |
| 56 | int i, rval; | |
| 57 | SET_DEFAULT_BINARY(); | |
| 58 | SET_FILE_BINARY(stdout); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |