| Summary: | Fortune script doesn't work when variable expansion is turned off | ||
|---|---|---|---|
| Product: | [Applications] konversation | Reporter: | Shinjo Park <kde> |
| Component: | general | Assignee: | Konversation Bugs <konversation-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Shinjo Park
2007-06-08 01:47:55 UTC
SVN commit 684873 by psn:
Make fortune work when variable expansion is turned off
BUG:146522
M +1 -1 fortune
--- branches/extragear/kde3/network/konversation/scripts/fortune #684872:684873
@@ -25,7 +25,7 @@
srand;
$LINE = RANDOM_INT(0,$TOTAL_LINES - 5);
-$MESSAGE = "%B%C4Random Fortune:%C%B ";
+$MESSAGE = "4Random Fortune: ";
while (<FORTUNES>) {
$LINE_COUNT++;
|