diff options
-rw-r--r-- | fb.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -200,7 +200,7 @@ elif [ "$DISPLAYHISTORY" ]; then oldest_time=`echo "$now - $maxage" | bc` awk -F" :: " ' - ($4 < '$minsize' || $3 < '$oldest_time' ) { print $1" - "$2} + ($4 < '$minsize' || $3 < '$oldest_time' ) { print $1" - \""$2"\" on "strftime("%a %b %d %H:%M:%S %Z %Y", $3)} ' $FBHIST elif [ $# -eq 0 ]; then |