Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Evergreen:11.2:Test
dmraid
dmraid_duplicate_args.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File dmraid_duplicate_args.patch of Package dmraid
Nur in 1.0.0.rc11/lib/misc: lib_context.c~. Nur in 1.0.0.rc11: TAGS. diff -pur 1.0.0.rc11.orig/tools/commands.c 1.0.0.rc11/tools/commands.c --- 1.0.0.rc11.orig/tools/commands.c 2006-03-21 10:49:28.000000000 +0100 +++ 1.0.0.rc11/tools/commands.c 2006-08-29 10:06:00.000000000 +0200 @@ -127,10 +127,18 @@ static int check_identifiers(struct lib_ const char delim = *OPT_STR_SEPARATOR(lc); char *p = optarg; - p = remove_white_space(lc, p, strlen(p)); - p = collapse_delimiter(lc, p, strlen(p), delim); - if (!lc_strcat_opt(lc, o, p, delim)) - return 0; + if (o == LC_COLUMN) { + while (p && *p == 'c') { + lc_inc_opt(lc, o); + p++; + } + } + if (p && *p) { + p = remove_white_space(lc, p, strlen(p)); + p = collapse_delimiter(lc, p, strlen(p), delim); + if (!lc_strcat_opt(lc, o, p, delim)) + return 0; + } } lc_inc_opt(lc, o); Nur in 1.0.0.rc11/tools: commands.c~.
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor