aboutsummaryrefslogtreecommitdiff
path: root/util-linux/volume_id/udf.c
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2013-02-07 14:25:54 +0000
committerRon Yorston <rmy@pobox.com>2013-02-07 14:25:54 +0000
commitb604585914e032b28bef3e337a978e56a9069cda (patch)
treeb2ee0a3fb38d10397c602d0fe215ea3bbbf334c0 /util-linux/volume_id/udf.c
parent0eda07c7ff8cf1fc11bc1bda5383f884d7adf031 (diff)
parentba76b7a40b929878833731f76306b1c977cc8650 (diff)
downloadbusybox-w32-b604585914e032b28bef3e337a978e56a9069cda.tar.gz
busybox-w32-b604585914e032b28bef3e337a978e56a9069cda.tar.bz2
busybox-w32-b604585914e032b28bef3e337a978e56a9069cda.zip
Merge branch 'busybox' into merge
Diffstat (limited to 'util-linux/volume_id/udf.c')
-rw-r--r--util-linux/volume_id/udf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/volume_id/udf.c b/util-linux/volume_id/udf.c
index cd63c8d8a..d3747fb8e 100644
--- a/util-linux/volume_id/udf.c
+++ b/util-linux/volume_id/udf.c
@@ -109,7 +109,7 @@ nsr:
109 return -1; 109 return -1;
110 110
111 dbg("vsd: %c%c%c%c%c", 111 dbg("vsd: %c%c%c%c%c",
112 vsd->id[0], vsd->id[1], vsd->id[2], vsd->id[3], vsd->id[4]); 112 vsd->id[0], vsd->id[1], vsd->id[2], vsd->id[3], vsd->id[4]);
113 113
114 if (vsd->id[0] == '\0') 114 if (vsd->id[0] == '\0')
115 return -1; 115 return -1;