From 71d5200ef73217b2b87720430705a247e1238a16 Mon Sep 17 00:00:00 2001 From: zlg Date: Sat, 4 Jun 2022 23:13:14 -0700 Subject: Use double-equals to compare value instead of identity --- dupekill | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dupekill b/dupekill index c80f837..56d56ee 100755 --- a/dupekill +++ b/dupekill @@ -91,7 +91,7 @@ def dupekill(dry_run=False, recursive=False, verbose=False, all_files=False, ign continue # No sense in adding an empty file to the list - if filesize is 0: + if filesize == 0: continue # We need this flag to determine state before adding to the list -- cgit v1.2.3-54-g00ecf method='get'> Category-0 solutions to The C Programming Language, 2nd Editionzlg
aboutsummaryrefslogtreecommitdiff
path: root/ch1/1-21_entab.c (unfollow)
6ff1eae9b6234ec885b4fc6fee907d1e75&follow=1'>Remove unneeded function declaration in 7-06 id=76f1afed408bb0dc25f95f5979b731ee236e18cf&follow=1'>Solve Exercise 5-15: Case-insensitive sort
AgeCommit message (Collapse)AuthorFilesLines
zlg1-1/+0
zlg2-1/+179