chiark / gitweb /
rename udev_volume_id to vol_id and add --export option
[elogind.git] / extras / ata_id / ata_id.c
index e26cb6bd2dffb9b3879e404c88334e479a2b650a..59e2b3987b376b6dc58aed5144c0b32d345c393b 100644 (file)
@@ -81,6 +81,7 @@ static void set_str(char *to, const unsigned char *from, int count)
                case '/':
                case ' ':
                        to[j++] = '_';
+                       break;
                default:
                        to[j++] = from[i];
                }