Package: enigma
Severity: minor
Tags: patch
It's invalid C++ to declare a function re-using the same
parameter name, although gcc accepts it. Looks like a typo
to me :)
diff -ub build-tree/enigma-svn/lib-src/enigma-core/ecl_video.hh.orig
build-tree/enigma-svn/lib-src/enigma-core/ecl_video.hh
--- build-tree/enigma-svn/lib-src/enigma-core/ecl_video.hh.orig 2006-04-20
05:11:20.000000000 -0700
+++ build-tree/enigma-svn/lib-src/enigma-core/ecl_video.hh 2006-04-20
05:11:31.000000000 -0700
@@ -163,7 +163,7 @@
Rect size() const { return Rect(0,0,m_surface->w, m_surface->h); }
void box (const GS &gs, int x, int y, int w, int h);
- void line (const GS &gs, int x1, int y2, int x2, int y2);
+ void line (const GS &gs, int x1, int y1, int x2, int y2);
void blit (const GS &gs, int x, int y, const Surface* s, const Rect
&r);
void blit (const GS &gs, int x, int y, const Surface* src);
Diff finished. Thu Apr 20 05:11:33 2006
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (500, 'testing'), (500, 'stable'), (60, 'unstable'), (40,
'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-quack+roar.cs.berkeley.edu
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]