~ubuntu-branches/debian/sid/hal/sid

« back to all changes in this revision

Viewing changes to hald/solaris/devinfo_storage.c

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2007-10-23 12:33:58 UTC
  • 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:
1619
1619
        char buf[64];
1620
1620
 
1621
1621
        if (media_num == 0) {
1622
 
                hal_device_property_strlist_append (d, "storage.solaris.nicknames", media_type);
 
1622
                hal_device_property_strlist_append (d, "storage.solaris.nicknames", media_type, FALSE);
1623
1623
        }
1624
1624
        snprintf(buf, sizeof (buf), "%s%d", media_type, media_num);
1625
 
        hal_device_property_strlist_append (d, "storage.solaris.nicknames", buf);
 
1625
        hal_device_property_strlist_append (d, "storage.solaris.nicknames", buf, FALSE);
1626
1626
}
1627
1627
 
1628
1628
static void