Bug 92632 - syntax error in vim modeline in getdata.c
Summary: syntax error in vim modeline in getdata.c
Status: RESOLVED FIXED
Alias: None
Product: kst
Classification: Applications
Component: general (show other bugs)
Version: 1.x
Platform: Slackware Linux
: NOR normal
Target Milestone: ---
Assignee: kst
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-03 15:36 UTC by D. V. Wiebe
Modified: 2004-11-03 15:40 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description D. V. Wiebe 2004-11-03 15:36:13 UTC
Version:           1.0.0_pre1 (using KDE KDE 3.3.1)
Installed from:    Slackware Packages
Compiler:          gcc (GCC) 3.3.4 
OS:                Linux

vim doesn't permit trailing characters in it's modeline specification.

--- getdata.c   2004-11-02 18:48:45.000000000 -0500
+++ getdata.c.new       2004-11-03 09:29:09.000000000 -0500
@@ -1518,4 +1518,5 @@
 
   return (GetSPF(field_name, F, error_code));
 }
-/* vim: ts=2 sw=2 et */
+/* vim: ts=2 sw=2 et
+ */
Comment 1 Netterfield 2004-11-03 15:40:15 UTC
CVS commit by netterfield: 

BUG: 92632


  M +2 -1      getdata.c   1.21


--- kdeextragear-2/kst/kst/datasources/dirfile/getdata.c  #1.20:1.21
@@ -1519,3 +1519,4 @@ int GetSamplesPerFrame(const char *filen
   return (GetSPF(field_name, F, error_code));
 }
-/* vim: ts=2 sw=2 et */
+/* vim: ts=2 sw=2 et
+*/