Commit a42d5ce3 authored by Andrea Bulgarelli's avatar Andrea Bulgarelli
Browse files

File::fsize as long

parent 12b5f3bc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -116,7 +116,7 @@ public:
    long getNumberOfStringLines();
    
    ///  The dimension of the file
    dword fsize();
    long fsize();

    static dword byte_read;

+1 −1
Original line number Diff line number Diff line
@@ -346,7 +346,7 @@ bool File::writeByteStream(ByteStreamPtr b) throw(PacketExceptionIO*)

}

dword File::fsize(){
long File::fsize(){
	if(closed)
		return 0;