~ubuntu-branches/ubuntu/saucy/fdm/saucy

« back to all changes in this revision

Viewing changes to match-command.c

  • Committer: Package Import Robot
  • Author(s): Frank Terbeck
  • Date: 2011-11-23 11:27:00 UTC
  • mfrom: (1.1.4) (2.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20111123112700-39u2qd6asfqci6g7
Tags: 1.6+cvs20111013-2
Add patch (04kfreebsd) by Robert Millan to fix build failures on
kfreebsd. (Closes: #648246)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: match-command.c,v 1.44 2008/06/26 20:13:04 nicm Exp $ */
 
1
/* $Id: match-command.c,v 1.45 2009/05/17 19:20:09 nicm Exp $ */
2
2
 
3
3
/*
4
4
 * Copyright (c) 2006 Nicholas Marriott <nicm@users.sourceforge.net>
100
100
 
101
101
        if (data->re.str == NULL) {
102
102
                if (data->user.str != NULL) {
103
 
                        xsnprintf(buf, len, 
 
103
                        xsnprintf(buf, len,
104
104
                            "%s \"%s\" user \"%s\" returns (%s, )",
105
105
                            type, data->cmd.str, data->user.str, ret);
106
106
                } else {