c318a7e095
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@
13 lines
400 B
Plaintext
13 lines
400 B
Plaintext
$OpenBSD: patch-lib-src_libnyquist_xlisp_xlisp_h,v 1.1.1.1 2006/01/12 08:59:27 steven Exp $
|
|
--- lib-src/libnyquist/xlisp/xlisp.h.orig Tue Jan 11 19:49:00 2005
|
|
+++ lib-src/libnyquist/xlisp/xlisp.h Tue Jan 11 19:49:21 2005
|
|
@@ -178,7 +178,7 @@ extern long ptrtoabs();
|
|
#define LOCAL static
|
|
#endif
|
|
#ifndef AFMT
|
|
-#define AFMT "%x"
|
|
+#define AFMT "%lux"
|
|
#endif
|
|
#ifndef FIXTYPE
|
|
#define FIXTYPE long
|