openbsd-ports/audio/audacity/patches/patch-lib-src_allegro_mfallegro_cpp
steven c318a7e095 initial import of audacity-1.2.4
Audacity is a free audio editor. You can record sounds, play sounds,
import and export WAV, AIFF, Ogg Vorbis, and MP3 files, and more. Use it
to edit your sounds using Cut, Copy and Paste (with unlimited Undo), mix
tracks together, or apply effects to your recordings.

Initial port and many patches by jakemsr@. Thanks to maintainer
Antoine Jacoutot for persistence and keeping the port alive.

ok jakemsr@
2006-01-12 08:59:27 +00:00

13 lines
560 B
Plaintext

$OpenBSD: patch-lib-src_allegro_mfallegro_cpp,v 1.1.1.1 2006/01/12 08:59:27 steven Exp $
--- lib-src/allegro/mfallegro.cpp.orig Tue Jan 11 20:31:25 2005
+++ lib-src/allegro/mfallegro.cpp Tue Jan 11 20:31:25 2005
@@ -121,7 +121,7 @@ void Allegro_midifile_reader::Mf_starttr
void Allegro_midifile_reader::Mf_endtrack()
{
tracks.append(track);
- printf("finished track, length %d number %d\n", track->len, track_num / 100);
+ printf("finished track, length %ld number %d\n", track->len, track_num / 100);
track_num += 100;
track = NULL;
}