cals.c
Posted: 2010-04-06T05:55:14-07:00
Hello
In cals.c, line 228:
if(pel_path == 90)
orientation=5;
else
if(pel_path == 90)
orientation=3;
perhaps if(pel_path == 180) should be correct ?
In cals.c, line 228:
if(pel_path == 90)
orientation=5;
else
if(pel_path == 90)
orientation=3;
perhaps if(pel_path == 180) should be correct ?