Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Hubicka committed Apr 25, 2001
1 parent 8cdc654 commit de31754
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
1 change: 1 addition & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ News since version 1.2
- Turned to automake
- Bugfixes
- Compilation fixed on glibc2 based systems
- Can read files using stdin
4 changes: 0 additions & 4 deletions general.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,3 @@
long freadblock( FILE *fp, long size, void *target ) {
return fread( target, size, 1, fp );
}

void echo( void *source, long size ) {
}

2 changes: 1 addition & 1 deletion ui.c
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ static void ui_help(void)
aa_puts(context, 0, 1, AA_SPECIAL, " asciiarted image viewer by Jan Hubicka ");
aa_puts(context, 0, 2, AA_SPECIAL, " a,w,d,x - move image one row/column A,W,D,X - move image one page");
aa_puts(context, 0, 3, AA_SPECIAL, " z - unzoom Z - zoom ");
aa_puts(context, 0, 4, AA_SPECIAL, " p - generate files for HP-LASER JET ");
aa_puts(context, 0, 4, AA_SPECIAL, " s - Save image ");
aa_puts(context, 0, 5, AA_SPECIAL, " m - change dithering mode q - quit ");
aa_puts(context, 0, 6, AA_SPECIAL, " i - turns inversion on I - intversion off ");
aa_puts(context, 0, 7, AA_SPECIAL, " u - select attributes f - select font ");
Expand Down

0 comments on commit de31754

Please sign in to comment.