summaryrefslogtreecommitdiffstats
path: root/mpeglib/example/yaf/yafcore/buffer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mpeglib/example/yaf/yafcore/buffer.cpp')
-rw-r--r--mpeglib/example/yaf/yafcore/buffer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpeglib/example/yaf/yafcore/buffer.cpp b/mpeglib/example/yaf/yafcore/buffer.cpp
index 3c58f0ee..3f3d6158 100644
--- a/mpeglib/example/yaf/yafcore/buffer.cpp
+++ b/mpeglib/example/yaf/yafcore/buffer.cpp
@@ -122,7 +122,7 @@ void Buffer::grow(int size) {
}
-int Buffer::find(char zeichen) {
+int Buffer::tqfind(char zeichen) {
int i;
int nlen=len();
for(i=0;i<nlen;i++) {