소스 검색

tweak match

master
Connor Lane Smith 12 년 전
부모
커밋
4c8d43ab73
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      dmenu.c

+ 2
- 2
dmenu.c 파일 보기

@@ -392,7 +392,7 @@ match(void) {
appenditem(item, &lsubstr, &substrend);
}
if(lprefix) {
if(matchend) {
if(matches) {
matchend->right = lprefix;
lprefix->left = matchend;
}
@@ -401,7 +401,7 @@ match(void) {
matchend = prefixend;
}
if(lsubstr) {
if(matchend) {
if(matches) {
matchend->right = lsubstr;
lsubstr->left = matchend;
}


불러오는 중...
취소
저장