Magellan Linux

Contents of /trunk/protux/patches/protux-0.20.2-gcc34.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (show annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years ago) by niro
File size: 468 byte(s)
-import

1 diff -urpN src.orig/CursorManager.cc src/CursorManager.cc
2 --- src.orig/CursorManager.cc 2005-01-20 21:11:27.732575456 +0100
3 +++ src/CursorManager.cc 2005-01-20 21:12:08.017451224 +0100
4 @@ -209,7 +209,7 @@ void CursorManager::update(int x, int y)
5
6
7
8 -inline QString CursorManager::block_to_smpte(long long bpos, int sampleRate)
9 +QString CursorManager::block_to_smpte(long long bpos, int sampleRate)
10 {
11 float f = sampleRate / 30;
12 float flo = (float) bpos / f;