diff options
author | Miller Puckette <millerpuckette@users.sourceforge.net> | 2007-08-06 16:39:54 +0000 |
---|---|---|
committer | Miller Puckette <millerpuckette@users.sourceforge.net> | 2007-08-06 16:39:54 +0000 |
commit | e1e28dedbc4339bac64417180f7be01515e897cc (patch) | |
tree | 11991e2b0774b25643afe887dcd2238eb0e710a0 /pd/portmidi | |
parent | 7e86a65ef0665a4aca2884411715b2c6184d031f (diff) |
fix underflow protection for ia64 (was only enabled for i386)
svn path=/trunk/; revision=8435
Diffstat (limited to 'pd/portmidi')
-rw-r--r-- | pd/portmidi/pm_mac/pmmacosxcm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pd/portmidi/pm_mac/pmmacosxcm.c b/pd/portmidi/pm_mac/pmmacosxcm.c index 58e1b90b..0a293aed 100644 --- a/pd/portmidi/pm_mac/pmmacosxcm.c +++ b/pd/portmidi/pm_mac/pmmacosxcm.c @@ -5,7 +5,7 @@ * and subsequent work by Andrew Zeldis and Zico Kolter
* and Roger B. Dannenberg
*
- * $Id: pmmacosxcm.c,v 1.22 2007-08-02 00:33:49 millerpuckette Exp $
+ * $Id: pmmacosxcm.c,v 1.23 2007-08-06 16:39:54 millerpuckette Exp $
*/
/* Notes:
|