still more comment fixes
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3978 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Этот коммит содержится в:
родитель
0e48bc18be
Коммит
6ad82142c0
@ -132,8 +132,8 @@ void open_buffer(const char *filename)
|
|||||||
if (new_buffer)
|
if (new_buffer)
|
||||||
make_new_buffer();
|
make_new_buffer();
|
||||||
|
|
||||||
/* If we have a file and we're loading into a new buffer, update the
|
/* If we have a file, and we're loading into a new buffer, update
|
||||||
* filename. */
|
* the filename. */
|
||||||
if (rc != -1 && new_buffer)
|
if (rc != -1 && new_buffer)
|
||||||
openfile->filename = mallocstrcpy(openfile->filename, filename);
|
openfile->filename = mallocstrcpy(openfile->filename, filename);
|
||||||
|
|
||||||
@ -150,7 +150,7 @@ void open_buffer(const char *filename)
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
/* If we have a file and we're loading into a new buffer, move back
|
/* If we have a file, and we're loading into a new buffer, move back
|
||||||
* to the beginning of the first line of the buffer. */
|
* to the beginning of the first line of the buffer. */
|
||||||
if (rc != -1 && new_buffer) {
|
if (rc != -1 && new_buffer) {
|
||||||
openfile->current = openfile->fileage;
|
openfile->current = openfile->fileage;
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user