ALT Linux Bugzilla
– Attachment 2051 Details for
Bug 10092
отбрадение " в man:
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
Исправляет ошибку
alt_kio_man.patch (text/plain), 751 bytes, created by
Andriy Stepanov (stanv)
on 2007-06-26 13:55:56 MSD
(
hide
)
Description:
Исправляет ошибку
Filename:
MIME Type:
Creator:
Andriy Stepanov (stanv)
Created:
2007-06-26 13:55:56 MSD
Size:
751 bytes
patch
obsolete
>Ð¤Ð°Ð¹Ð»Ñ kdebase-3.5.7-orig/kioslave/.DEBUG.howto.swp и kdebase-3.5.7/kioslave/.DEBUG.howto.swp ÑазлиÑаÑÑÑÑ >diff -ruN kdebase-3.5.7-orig/kioslave/man/man2html.cpp kdebase-3.5.7/kioslave/man/man2html.cpp >--- kdebase-3.5.7-orig/kioslave/man/man2html.cpp 2007-06-25 15:10:27 +0400 >+++ kdebase-3.5.7/kioslave/man/man2html.cpp 2007-06-25 16:33:20 +0400 >@@ -1621,6 +1621,7 @@ > QCString number; > if ( *c != '\'' ) > return ""; >+ c++; // move to next character > while ( *c && ( *c != '\n' ) && ( *c != '\'' ) ) > { > number += *c; >@@ -1640,6 +1641,7 @@ > number.prepend( "&#" ); > number.append( ";" ); > curpos ++; >+ c++; // successful, ignore closing quote (') on next step > return number; > } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 10092
: 2051