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:
fedor 2003-01-21 05:13:50 +00:00
parent 5061f88b04
commit 5ee7b36f84

View file

@ -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",