diff options
Diffstat (limited to 'util-linux/volume_id/udf.c')
-rw-r--r-- | util-linux/volume_id/udf.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/util-linux/volume_id/udf.c b/util-linux/volume_id/udf.c index 5cdb49c31..55e97a7e5 100644 --- a/util-linux/volume_id/udf.c +++ b/util-linux/volume_id/udf.c | |||
@@ -155,7 +155,7 @@ anchor: | |||
155 | goto found; | 155 | goto found; |
156 | 156 | ||
157 | pvd: | 157 | pvd: |
158 | volume_id_set_label_raw(id, &(vd->type.primary.ident.clen), 32); | 158 | // volume_id_set_label_raw(id, &(vd->type.primary.ident.clen), 32); |
159 | 159 | ||
160 | clen = vd->type.primary.ident.clen; | 160 | clen = vd->type.primary.ident.clen; |
161 | dbg("label string charsize=%i bit", clen); | 161 | dbg("label string charsize=%i bit", clen); |
@@ -165,8 +165,8 @@ anchor: | |||
165 | volume_id_set_label_unicode16(id, vd->type.primary.ident.c, BE, 31); | 165 | volume_id_set_label_unicode16(id, vd->type.primary.ident.c, BE, 31); |
166 | 166 | ||
167 | found: | 167 | found: |
168 | volume_id_set_usage(id, VOLUME_ID_FILESYSTEM); | 168 | // volume_id_set_usage(id, VOLUME_ID_FILESYSTEM); |
169 | id->type = "udf"; | 169 | // id->type = "udf"; |
170 | 170 | ||
171 | return 0; | 171 | return 0; |
172 | } | 172 | } |