Gnutella Forums  

Go Back   Gnutella Forums > Discontinued Gnutella Client Forums > Qtella (Linux/Unix)
Register FAQ The Twelve Commandments Members List Calendar Arcade Find the Best VPN Today's Posts

Qtella (Linux/Unix) Qtella has been discontinued. We highly recommend you use an actively developed client instead.


 
 
LinkBack Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #4 (permalink)  
Old May 1st, 2002
Unregistered
Guest
 
Posts: n/a
Default

diff -r qtella-0.5.2/include/AudioMp3.h qtella-mod/include/AudioMp3.h
9a10
> using namespace std;
diff -r qtella-0.5.2/include/RiffFile.h qtella-mod/include/RiffFile.h
8a9
> using namespace std;
diff -r qtella-0.5.2/src/AudioMp3.cpp qtella-mod/src/AudioMp3.cpp
10a11,12
> #include <iostream>
> #include <iomanip>
24a27
> using namespace std;
167c170
< file.open( filename, (ios::in | ios::bin) );
---
> file.open( filename, (ios_base::in | ios_base::binary) );
327c330
< unsigned char buffer[FRAME_HEADER_SIZE];
---
> char buffer[FRAME_HEADER_SIZE];
330c333
< if( !file.read(&buffer, FRAME_HEADER_SIZE) )
---
> if( !file.read(buffer, FRAME_HEADER_SIZE) )
447c450
< file.read( id3.genre, 1 );
---
> file.read( (char*)id3.genre, 1 );
diff -r qtella-0.5.2/src/AudioOgg.cpp qtella-mod/src/AudioOgg.cpp
14a15
> #include <iostream>
diff -r qtella-0.5.2/src/AudioWav.cpp qtella-mod/src/AudioWav.cpp
11a12,13
> #include <iostream>
> using namespace std;
diff -r qtella-0.5.2/src/RiffFile.cpp qtella-mod/src/RiffFile.cpp
58c58
< file.open(name, (ios::in|ios::bin));
---
> file.open(name, (ios_base::in|ios_base::binary));
264c264
< parent.filep()->read(&size, 4);
---
> parent.filep()->read((char*)size, 4);

not sure if I did this diff correctly.. (need to learn that utility better, been too comfortable with cvs diff
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Qtella 0.6.5 released Etzi Qtella (Linux/Unix) 0 May 19th, 2004 05:24 PM
QTella 0.6.1 rkrajesh Qtella (Linux/Unix) 0 June 19th, 2003 04:29 AM
Qtella 0.5.1 released. Etzi Qtella (Linux/Unix) 0 March 31st, 2002 02:50 PM
Qtella 0.4.1a has been released Etzi Qtella (Linux/Unix) 0 March 12th, 2002 12:41 PM
Qtella MDoyle19 Qtella (Linux/Unix) 1 March 10th, 2002 02:05 AM


All times are GMT -7. The time now is 12:58 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 ©2011, Crawlability, Inc.

Copyright © 2020 Gnutella Forums.
All Rights Reserved.