diff options
| author | andreas 'randy' weinberger <vdr@smue.org> | 2010-11-23 20:52:51 +0100 |
|---|---|---|
| committer | andreas 'randy' weinberger <vdr@smue.org> | 2010-11-23 20:52:51 +0100 |
| commit | c80778f6d86013af3da2bb2a59e912092b16d96c (patch) | |
| tree | 4c72d631211bc2879b14a52ad74856dc35a7087f | |
| parent | 7aa16d24de2ea09520fd67ecf55698a71a73fc10 (diff) | |
| download | vdr-plugin-graphlcd-c80778f6d86013af3da2bb2a59e912092b16d96c.tar.gz vdr-plugin-graphlcd-c80778f6d86013af3da2bb2a59e912092b16d96c.tar.bz2 | |
typo fixed (replay.framesPerSecond = FRAMESPERSECOND)
| -rw-r--r-- | state.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ cGraphLCDState::cGraphLCDState(cGraphLCDDisplay * Display) replay.framesPerSecond = DEFAULTFRAMESPERSECOND; #else replay.currentLast = FRAMESPERSEC; - replay.framesPerSecond = FRAMESPERSEC; + replay.framesPerSecond = FRAMESPERSECOND; #endif replay.total = 0; replay.totalLast = 1; |
