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

Collapse All | Expand All

(-)qfile.c (-1 / +1 lines)
Lines 186-192 Link Here
186
						/* real_dir_name == dirname(CONTENTS) */
186
						/* real_dir_name == dirname(CONTENTS) */
187
						path_ok = 1;
187
						path_ok = 1;
188
188
189
					else if (real_root[0]) {
189
					else {
190
						char rpath[_Q_PATH_MAX + 1], *_rpath;
190
						char rpath[_Q_PATH_MAX + 1], *_rpath;
191
						char *fullpath;
191
						char *fullpath;
192
						size_t real_root_len = strlen(real_root);
192
						size_t real_root_len = strlen(real_root);

Return to bug 319069