mirror of
https://github.com/gnustep/libs-back.git
synced 2025-06-01 17:52:33 +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
0f94cdd727
commit
ed1f725c5c
1 changed files with 1 additions and 1 deletions
|
@ -683,7 +683,7 @@ writeHex(FILE *gstream, const unsigned char *data, int count)
|
||||||
return;
|
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,
|
pixelsWide, pixelsHigh, bitsPerSample, pixelsWide,
|
||||||
(flipped) ? pixelsHigh : -pixelsHigh, pixelsHigh);
|
(flipped) ? pixelsHigh : -pixelsHigh, pixelsHigh);
|
||||||
fprintf(gstream, "{currentfile %d string readhexstring pop}\n",
|
fprintf(gstream, "{currentfile %d string readhexstring pop}\n",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue