From abf4375b637fc67f7770be3178a1afeca1924398 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Sat, 20 Apr 2024 16:56:34 +0200 Subject: [PATCH] Corrected a comment about Xorriso_findi_iter() --- xorriso/iso_manip.c | 2 +- xorriso/xorriso_timestamp.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xorriso/iso_manip.c b/xorriso/iso_manip.c index 225fd7d5..d2a09c61 100644 --- a/xorriso/iso_manip.c +++ b/xorriso/iso_manip.c @@ -2546,7 +2546,7 @@ int Xorriso_cannot_create_iter(struct XorrisO *xorriso, int iso_error,int flag) /* The caller shall make no assumptions about the meaning of iter, node_array, - node_count, node_idx ! They are just opaque handles for which the caller + node_count, node_idx ! They are just opaque handles for which this function provides the memory of proper type. @param flag bit0= initialize iteration bit1= action needs full freedom of object manipulation diff --git a/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index fed5903b..165d3e08 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2024.04.19.105210" +#define Xorriso_timestamP "2024.04.20.145515"