Projects
Multimedia
shorten
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 4
View file
shorten.patch
Changed
@@ -1,10 +1,17 @@ --- - src/fixio.c | 1 + - 1 file changed, 1 insertion(+) + src/fixio.c | 9 +++++---- + 1 file changed, 5 insertions(+), 4 deletions(-) --- a/src/fixio.c +++ b/src/fixio.c -@@ -13,6 +13,7 @@ +@@ -10,16 +10,17 @@ + * $Id: fixio.c,v 1.4 2002/01/28 01:16:52 jason Exp $ + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++#define _XOPEN_SOURCE #include <stdio.h> #include <stdlib.h> #include <string.h> @@ -12,3 +19,10 @@ #include "shorten.h" #include "bitshift.h" +-#ifdef HAVE_CONFIG_H +-#include "config.h" +-#endif +- + extern int WriteWaveFile; + + #define CAPMAXSCHAR(x) ((x > 127) ? 127 : x)
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.