mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-22 23:42:16 +00:00
Remove spurious negative
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@15668 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5061f88b04
commit
5ee7b36f84
1 changed files with 1 additions and 1 deletions
|
@ -683,7 +683,7 @@ writeHex(FILE *gstream, const unsigned char *data, int count)
|
|||
return;
|
||||
}
|
||||
}
|
||||
fprintf(gstream, "%d %d %d [%d 0 0 -%d 0 %d]\n",
|
||||
fprintf(gstream, "%d %d %d [%d 0 0 %d 0 %d]\n",
|
||||
pixelsWide, pixelsHigh, bitsPerSample, pixelsWide,
|
||||
(flipped) ? pixelsHigh : -pixelsHigh, pixelsHigh);
|
||||
fprintf(gstream, "{currentfile %d string readhexstring pop}\n",
|
||||
|
|
Loading…
Reference in a new issue