projects
/
booh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45ef5c3
)
don't limit load amount
author
gc
<gc>
Sun, 22 Jul 2007 12:55:23 +0000
(12:55 +0000)
committer
gc
<gc>
Sun, 22 Jul 2007 12:55:23 +0000
(12:55 +0000)
bin/booh-classifier
patch
|
blob
|
history
diff --git
a/bin/booh-classifier
b/bin/booh-classifier
index 08f6e641d8dba30df0d42b39f2453242b970fa35..016ba37db15d8cc125f1ec75609d3a9c2d5d08b2 100644
(file)
--- a/
bin/booh-classifier
+++ b/
bin/booh-classifier
@@
-870,7
+870,8
@@
def open_dir(path)
end
Dir.entries(dir).each { |file|
type = entry2type(file)
- if type && $allentries.size < 120
+ if type
+#&& $allentries.size < 120
$allentries << Entry.new(File.join(dir, file), type)
end
}