Actually comment out a comment.

This commit is contained in:
Darren 'Tadgy' Austin 2026-03-19 20:02:06 +00:00
commit ff06547286

View file

@ -171,7 +171,7 @@ store_attributes() {
fi
PATHRECORD+="$PATHCOMPONENT/"
done <<<"$NAME"
Add the file itself to the database.
# Add the file itself to the database.
if add_db_entry "$NAME"; then
(( ADD_COUNT++ ))
else