updated on Sun Jan 15 16:02:00 UTC 2012
[aur-mirror.git] / rhtvision / fpbase.cc.patch
blob2579e97d208ead079aab9c3aded82fba67ad3675
1 --- classes/fpbase.cc 2003-05-29 20:25:25.000000000 +0200
2 +++ classes/fpbase.cc.new 2006-06-24 16:18:00.000000000 +0200
3 @@ -26,11 +26,11 @@ fpbase::fpbase()
4 pstream::init(buf);
7 -fpbase::fpbase(int f)
8 +/*fpbase::fpbase(int f)
10 CLY_NewFBFromFD(buf,f);
11 pstream::init(buf);
13 +}*/
15 fpbase::fpbase( const char *name, CLY_OpenModeT omode, int prot )
17 @@ -39,12 +39,12 @@ fpbase::fpbase( const char *name, CLY_Op
18 pstream::init(buf);
21 -fpbase::fpbase( int f, char *b, int len )
22 +/*fpbase::fpbase( int f, char *b, int len )
24 CLY_NewFBFromFD(buf,f);
25 buf->CLY_PubSetBuf(b,len);
26 pstream::init(buf);
28 +}*/
30 void fpbase::setbuf(char* b, int len)