Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 77969 | Differences between
and this patch

Collapse All | Expand All

(-) (-2 / +1 lines)
Line  Link Here
- source/DRAWxtl54/CrystalView.cxx.orig	2010-01-05 11:10:54.000000000 -0700
Lines 995-1001 Link Here
995
            if (strlen(newfile) > 80) {
995
            if (strlen(newfile) > 80) {
996
// remove path component from filename if the full name plus import instruction 
996
// remove path component from filename if the full name plus import instruction 
997
// would exceed our maximum input line length of 100 bytes
997
// would exceed our maximum input line length of 100 bytes
998
                char *start = strrchr(newfile,'/');
998
                const char *start = strrchr(newfile,'/');
999
                if (!start) {
999
                if (!start) {
1000
                    start = strrchr(newfile,'\\');   // look for the other Windows folder marker
1000
                    start = strrchr(newfile,'\\');   // look for the other Windows folder marker
1001
                    if (!start) {
1001
                    if (!start) {

Return to bug 77969