From b2dcd8e0183e900295998c8dcb07cdc274e716cb Mon Sep 17 00:00:00 2001 From: masakih Date: Sun, 16 Jul 2017 14:45:47 +0900 Subject: [PATCH] =?utf8?q?=E6=88=A6=E9=97=98=E7=B3=A7=E9=A3=9F=E3=81=AE?= =?utf8?q?=E3=83=8D=E3=82=B8=E3=81=AE=E5=BF=85=E8=A6=81=E6=95=B0=E3=81=8C?= =?utf8?q?=E8=A1=A8=E7=A4=BA=E3=81=95=E3=82=8C=E3=81=AA=E3=81=84=E5=95=8F?= =?utf8?q?=E9=A1=8C=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- KCD/StrengthenListItemCellView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KCD/StrengthenListItemCellView.swift b/KCD/StrengthenListItemCellView.swift index 00794898..843ff75d 100644 --- a/KCD/StrengthenListItemCellView.swift +++ b/KCD/StrengthenListItemCellView.swift @@ -77,7 +77,7 @@ class StrengthenListItemCellView: NSTableCellView { private func needsScrewString(screw: Int?, ensureScrew: Int?) -> String? { guard let screw = screw, let ensureScrew = ensureScrew, - screw != 0 + ensureScrew != 0 else { return nil } let screwString = (screw == -1) ? "-" : "\(screw)" let ensureScrewString = (ensureScrew == -1) ? "-" : "\(ensureScrew)" -- 2.11.0