~ubuntu-branches/ubuntu/natty/splitvt/natty

« back to all changes in this revision

Viewing changes to cut-paste.c

  • Committer: Bazaar Package Importer
  • Author(s): Julien Danjou
  • Date: 2008-08-03 14:19:50 UTC
  • mfrom: (4.1.4 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080803141950-x7y3hxnxqoekgnp3
Tags: 1.6.6-7
* QA upload.
* Fix bashisms (Closes: #489663)
* Bump standard version

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
/* If this function returns 0, no selection was made */
86
86
 
87
87
static char *extract_sel(win, buf, len, mark1, mark2)
88
 
int win;
 
88
window *win;
89
89
char *buf;
90
90
int len;
91
91
position *mark1, *mark2;