Aligned the output columns of cdrskin --devices

This commit is contained in:
Thomas Schmitt 2009-09-01 11:38:57 +00:00
parent 9805ce7534
commit 96beb44455
2 changed files with 2 additions and 2 deletions

View File

@ -4465,7 +4465,7 @@ int Cdrskin_scanbus(struct CdrskiN *skin, int flag)
Text_shellsafe("failure:oversized string",shellsafe,0);
else
Text_shellsafe(adr,shellsafe,0);
printf("%d dev=%s %s : '%s' '%s'\n",
printf("%d dev=%s %s : '%-8.8s' '%s'\n",
i,shellsafe,perms,skin->drives[i].vendor,skin->drives[i].product);
}
printf("-----------------------------------------------------------------------------\n");

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2009.09.01.095750"
#define Cdrskin_timestamP "2009.09.01.113957"