View Single Post
Old 09-30-2011, 04:02 AM   #1
read365
Enthusiast
read365 is a marvel to beholdread365 is a marvel to beholdread365 is a marvel to beholdread365 is a marvel to beholdread365 is a marvel to beholdread365 is a marvel to beholdread365 is a marvel to beholdread365 is a marvel to beholdread365 is a marvel to beholdread365 is a marvel to beholdread365 is a marvel to behold
 
Posts: 30
Karma: 11938
Join Date: May 2011
Location: Daegu, Korea(South)
Device: pocketbook pro 902, Jetbook Color 1
fbreader180 spacing & tab bug...

Hi~

i'm using pocketbook pro 902.

i think fbreader180 have spacing & tab bug...


For example;

C code
Code:
typedef struct aws {
	int Y;
	int M;
	int D;
	int H;
	double direction;
	double speed;
	double temp;
}AWS;
And

Fortran code
Code:
c     for Feb. 2010 ~ Mar. 2010
c     birthday Mar. 4th
c     reference is birtyday
      day1 = 22.
      day2 = 32.
      birthday = 34. + 22./24.
c     day3 is my birthday format m.d
      day3 = 3.4

not recognize tab & spacing
my 902 viewing

Quote:
typedef struct aws {
int Y;
int M;
int D;
int H;
double direction;
double speed;
double temp;
}AWS;
And

Quote:
c for Feb. 2010 ~ Mar. 2010
c birthday Mar. 4th
c reference is birtyday
day1 = 22.
day2 = 32.
birthday = 34. + 22./24.
c day3 is my birthday format m.d
day3 = 3.4
any one solve this bug??

Last edited by read365; 09-30-2011 at 04:07 AM.
read365 is offline   Reply With Quote