~ubuntu-branches/ubuntu/vivid/xorg-server/vivid

« back to all changes in this revision

Viewing changes to hw/xfree86/common/xf86Option.c

  • Committer: Package Import Robot
  • Author(s): Maarten Lankhorst
  • Date: 2013-07-03 12:03:57 UTC
  • mfrom: (1.1.56)
  • Revision ID: package-import@ubuntu.com-20130703120357-caosebpn11zu2zj0
Tags: 2:1.14.1-0ubuntu0.8
Use correct version for libxfixes3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
276
276
}
277
277
 
278
278
char *
279
 
xf86CheckStrOption(XF86OptionPtr optlist, const char *name, char *deflt)
 
279
xf86CheckStrOption(XF86OptionPtr optlist, const char *name, const char *deflt)
280
280
{
281
281
    return LookupStrOption(optlist, name, deflt, FALSE);
282
282
}
515
515
            if (*s == '\0') {
516
516
                if (markUsed) {
517
517
                    xf86DrvMsg(scrnIndex, X_WARNING,
518
 
                               "Option \"%s\" requires an string value\n",
 
518
                               "Option \"%s\" requires a string value\n",
519
519
                               p->name);
520
520
                }
521
521
                p->found = FALSE;