diff options
Diffstat (limited to 'media-plugins/vdr-taste/files/vdr-taste-0.0.2d-uint64.diff')
-rw-r--r-- | media-plugins/vdr-taste/files/vdr-taste-0.0.2d-uint64.diff | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/media-plugins/vdr-taste/files/vdr-taste-0.0.2d-uint64.diff b/media-plugins/vdr-taste/files/vdr-taste-0.0.2d-uint64.diff deleted file mode 100644 index 8648f93d4dcf..000000000000 --- a/media-plugins/vdr-taste/files/vdr-taste-0.0.2d-uint64.diff +++ /dev/null @@ -1,12 +0,0 @@ -diff -ru taste-0.0.2d-orig/control.h taste-0.0.2d/control.h ---- taste-0.0.2d-orig/control.h 2006-12-03 15:48:00.521763680 +0100 -+++ taste-0.0.2d/control.h 2006-12-03 15:48:15.469333968 +0100 -@@ -15,7 +15,7 @@ - const cChannel *mChannel; - const cEvent *mPresent; - const cEvent *mFollowing; -- uint64 mStart; -+ uint64_t mStart; - bool mSwitch; - cSkinDisplayChannel *mOsd; - |