~ubuntu-branches/ubuntu/maverick/hal/maverick

« back to all changes in this revision

Viewing changes to hald/freebsd/hf-usb.c

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2007-10-23 12:33:58 UTC
  • mto: (1.5.1 sid)
  • mto: This revision was merged to the branch mainline in revision 90.
  • Revision ID: james.westby@ubuntu.com-20071023123358-xaf8mjc5n84d5gtz
Tags: upstream-0.5.10
ImportĀ upstreamĀ versionĀ 0.5.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
394
394
        char *port;
395
395
 
396
396
        port = g_strdup_printf("%i", di->udi_ports[i]);
397
 
        hal_device_property_strlist_append(device, "usb_device.freebsd.ports", port);
 
397
        hal_device_property_strlist_append(device, "usb_device.freebsd.ports", port, FALSE);
398
398
        g_free(port);
399
399
      }
400
400