mirror of
https://codeberg.org/scip/note.git
synced 2025-12-17 12:41:10 +01:00
fixed major bug in NOTEDB::general
This commit is contained in:
4
bin/note
4
bin/note
@@ -23,6 +23,8 @@
|
||||
# http://www.daemon.de/note/
|
||||
#
|
||||
|
||||
use lib qw(blib/lib);
|
||||
|
||||
BEGIN {
|
||||
# works on unix or cygwin only!
|
||||
my $path = $0;
|
||||
@@ -141,7 +143,7 @@ $CONF = File::Spec->catfile($ENV{HOME}, ".noterc");
|
||||
$USER = getlogin || getpwuid($<);
|
||||
chomp $USER;
|
||||
$TOPIC = 1;
|
||||
$version = "1.3.11";
|
||||
$version = "1.3.12";
|
||||
$CurDepth = 1; # the current depth inside the topic "directory" structure...
|
||||
$maxlen = "auto";
|
||||
$timelen = 22;
|
||||
|
||||
Reference in New Issue
Block a user