From 2b3841264ab62a9c26bf42d856922675ecfe9e2d Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Sat, 30 May 2009 16:18:00 +0000 Subject: [PATCH] Avoided unconditional output of -hardlinks with option -status --- xorriso/xorriso.c | 2 +- xorriso/xorriso_timestamp.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xorriso/xorriso.c b/xorriso/xorriso.c index c745f948..1cfa8eb8 100644 --- a/xorriso/xorriso.c +++ b/xorriso/xorriso.c @@ -7593,7 +7593,7 @@ int Xorriso_status(struct XorrisO *xorriso, char *filter, FILE *fp, int flag) if(!(is_default && no_defaults)) Xorriso_status_result(xorriso,filter,fp,flag&2); - is_default= ((xorriso->ino_behavior & (1 | 2)) == 7); + is_default= ((xorriso->ino_behavior & 7) == 7); switch (xorriso->ino_behavior & 7) { case 0: form= "on"; break; default: form= "off"; diff --git a/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index 4e11b3bf..4a08cca1 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2009.05.29.162300" +#define Xorriso_timestamP "2009.05.30.161808"