summaryrefslogtreecommitdiff
path: root/ufondpfb.c
diff options
context:
space:
mode:
Diffstat (limited to 'ufondpfb.c')
-rw-r--r--ufondpfb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ufondpfb.c b/ufondpfb.c
index 10adb51..660c21f 100644
--- a/ufondpfb.c
+++ b/ufondpfb.c
@@ -41,7 +41,7 @@ static long getpfblong(FILE *f) {
int ch4 = getc(f);
if ( ch4==EOF )
return( EOF );
-return( ch1|(ch2<<8)|(ch3<<16)|(ch4<<24) );
+return( ch4|(ch3<<8)|(ch2<<16)|(ch1<<24) );
}
int PSGetNames(Face *face) {