diff options
author | Will Andrews <will@FreeBSD.org> | 2000-07-04 05:09:41 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-07-04 05:09:41 +0000 |
commit | e9188fa59fd4adca45a40fb2f65417fcdc7e560c (patch) | |
tree | 21db87779944d95ff9de444c86b130e49da6d410 /graphics/ecg2png/files/patch-aa | |
parent | <security-officer> (diff) |
Add ecg2png, a electrocardiogram-to-PNG converter. This has got to be the
weirdest image conversion program I've ever seen. =)
Notes
Notes:
svn path=/head/; revision=30160
Diffstat (limited to 'graphics/ecg2png/files/patch-aa')
-rw-r--r-- | graphics/ecg2png/files/patch-aa | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/ecg2png/files/patch-aa b/graphics/ecg2png/files/patch-aa new file mode 100644 index 000000000000..370b8ae5f867 --- /dev/null +++ b/graphics/ecg2png/files/patch-aa @@ -0,0 +1,10 @@ +--- ecg2png/imageio.cpp Sun Oct 17 20:29:21 1999 ++++ ecg2png/imageio.cpp.new Tue Jul 4 00:51:57 2000 +@@ -19,7 +19,6 @@ + #include <stdio.h> + #include "my_imageio.h" + #include <qimage.h> +-#include <qimageio.h> + #include <qpixmap.h> + #include <qpngio.h> + |